Welcome![Sign In][Sign Up]
Location:
Search - binary tree in matlab

Search list

[Other resource用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2272 | Author: 亞男 | Hits:

[VC/MFC用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2048 | Author: 亞男 | Hits:

[Program docALOHA

Description: 随机访问网的性能仿真,附有详细文档和matlab源码-Random access network performance simulation, with detailed documentation and source code matlab
Platform: | Size: 109568 | Author: 余未 | Hits:

[Data structshuff

Description: 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
Platform: | Size: 1024 | Author: 沈少云 | Hits:

[Compress-Decompress algrithmshuffman_coding

Description: ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
Platform: | Size: 1024 | Author: ria | Hits:

[matlabmatlab_Robotpath

Description: 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
Platform: | Size: 5120 | Author: 李志平 | Hits:

[matlabdsatbx

Description: matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implements functions to create and destroy singly and doubly linked list, stack, queue, binary tree and red-black (balanced) binary tree. Data elements can be inserted, deleted or searched for. A graphical representation of trees can be shown. All algorithms are clearly written as m-files, which allows the toolbox to be used as a teaching aid in educational data structures courses. This is the first implementation available of advanced datatypes, common in other languages, for Matlab.
Platform: | Size: 116736 | Author: austin | Hits:

[AI-NN-PRtwo_shape_tree

Description: 在MATLAB 用云模型实现二叉分形树,写的很详细,有参考和学习价值-Cloud model implementation in MATLAB using the binary fractal tree, write a very detailed, with reference to and learning the value of
Platform: | Size: 8192 | Author: 大熊 | Hits:

[matlabC4_5.m

Description: his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the possible tests that can split the data set and selects a test that gives the best information gain. For each discrete attribute, one test with outcomes as many as the number of distinct values of the attribute is considered. For each continuous attribute, binary tests involving every distinct values of the attribute are considered. In order to gather the entropy gain of all these binary tests efficiently, the training data set belonging to the node in consideration is sorted for the values of the continuous attribute and the entropy gains of the binary cut based on each distinct values are calculated in one scan of the sorted data. This process is repeated for each continuous attributes.
Platform: | Size: 2048 | Author: rajesh | Hits:

[matlabhuffman-code

Description: The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections.
Platform: | Size: 25600 | Author: fefe | Hits:

[matlabhuffman_encode

Description: The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections-The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections
Platform: | Size: 37888 | Author: ThUND3R | Hits:

[matlabbinary_decision_tree_v1.0

Description: this package is binary Decision Tree code implement in matlab.
Platform: | Size: 1310720 | Author: mohedin | Hits:

[matlabMatlab-GUI-tuxiangchuli

Description: 利用MATLAB中的GUI(图形用户界面),实现图像的读取,边缘检测,四叉树分解,直方图阈值分割,二值化差值的实现,并设计了退出按钮。-In MATLAB GUI (graphical user interface), to achieve image reading, edge detection, quad-tree decomposition, histogram thresholding, binary difference implementations and designed the Exit button.
Platform: | Size: 2059264 | Author: konghao | Hits:

[Compress-Decompress algrithmsmain2

Description: 基于四叉树的霍夫曼编码,注释清晰,可以直接运行,适合学习研究。-Based on four binary tree Hoffman coding, explained in detail, you can run directly on the MATLAB.
Platform: | Size: 1024 | Author: Free_Flying | Hits:

CodeBus www.codebus.net